TTV

Syntax: TTV [ ( x1 {,x} )]
Location: QView Tiny Toolkit

The function TTV returns the address of the QView Toolkit workspace, which is a piece of shared memory of 176 bytes which can be accessed from any job.

By default, these bytes are set to zero, so that you can freely POKE to them without the danger of crashes. Note that the value of TTV is the same for all jobs

The parameters are (more or less) just for fun, their sum is added to the start address of the QView Toolkit workspace before that address is returned. So:

TTV = TTV(0)
TTV(10) = TTV+10 = TTV(3,3,3,1)

CROSS-REFERENCE:
See T_ON, T_OFF, T_START and T_STOP
